home *** CD-ROM | disk | FTP | other *** search
/ ftp.ncsa.uiuc.edu / ftp.ncsa.uiuc.edu.zip / ftp.ncsa.uiuc.edu / DataScope / DataScope2.0.3.sit.hqx / DataScope2.0.3.rsrc / HTXT_12_.....External (user-written) Functions_ < prev    next >
Text File  |  1993-11-02  |  582b  |  16 lines

  1. 
  2. Suppose that Q is a DataScope dataset and the 
  3. function myfunction is to be applied to it (where
  4. myfunction is external to DataScope, either on the
  5. Macintosh or on a remote host; refer to the manual
  6. to find out how to construct an external function
  7. library).  Then in order to create the new dataset
  8. NEW, enter in the notebook
  9.      NEW = myfunction(Q)
  10. and execute the equation.  DataScope will prompt
  11. you to specify the location of the external function
  12. library.  The function myfunction can then be used
  13. within DataScope just as though it were a builtin
  14. function.
  15. 
  16.